ArcPad Style File Schema
HYPERLINK Element
See Also  Send comments on this topic.
ArcPad Style File Schema : HYPERLINK Element

Glossary Item Box

Description

Used to specify the hyperlink properties of a layer in an ArcPad layer definition or ArcPad map file (*.apm).

Diagram

HYPERLINK Element

Overview

HYPERLINK
Used to specify the hyperlink properties of a layer in an ArcPad layer definition or ArcPad map file (*.apm).
field optional xs:string
path optional xs:string

Attributes

NameTypeUseDefaultFixedDescription
fieldxs:stringoptional   
pathxs:stringoptional   

Remarks

A hyperlink specified for a layer in an ArcPad map file (*.apm) overrides the hyperlink specified for that layer in its layer file (*.apl).

Examples

Source

<xs:element name="HYPERLINK" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the hyperlink properties of a layer in an ArcPad layer definition or ArcPad map file (*.apm).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="field">
      <xs:annotation>
        <xs:documentation>The field in the layer's table that contains the hyperlink value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="path" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.